home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
00529_Script_Eagler Payoff
< prev
next >
Wrap
Text File
|
1995-05-21
|
698b
|
29 lines
on exitFrame
global length, DeadOrNot, snap1, snap2, theMovieName, gtheDay
if the movieTime of sprite 48 > length then
put the movietime of sprite 48 into DeadOrNot
puppetsprite 48, false
set the movietime of sprite 48 to 0
set the sound of cast theMovieName to 0
updatestage
if DeadOrNot >= 2750 then
updatestage
puppetsound 0
go frame "YouDied"
exit
end if
if snap1 = 0 and snap2 = 0 then
updatestage
puppetsound 0
go frame gtheDay & "NoShots"
exit
else
updatestage
puppetsound 0
go frame "Darkroom"
exit
end if
else
go to the frame
end if
end